body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    overflow-x: hidden;
}

h3, p {
    margin: 0;
    padding: 0;
    color: #000;
}

header {
    background-image: -moz-linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(236, 238, 238) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(236, 238, 238) 100%);
}
.home-contact{
    margin-top: 40px;
}
.slider-home-page {
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex !important;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    color: #777778;
    font-size: 17px;
    padding: 0 20px;
    text-align: center;
}

.navbar-expand-lg {
    padding: 0;
}

.wr-for-dots-home, .wr-slider-home-page {
    min-height: 100%;
    padding-top: 30px;
}

.slider-home-page {
    width: 100%;
}

.nav-item > .nav-link {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.nav-item.active > .nav-link {
    color: #0ccbc4;
}

.navbar-nav {
    margin: 0 auto;
}

h3.tittle-home-page > span {
    color: #0ccbc4;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;

}

h3.tittle-home-page {
    /*padding-top: 100px;*/
    line-height: 75px;
    font-size: 60px;
    max-width: 435px;
    font-weight: 500;
    color: #000;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.select-home-page {
    max-width: 325px;
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    /*box-shadow: 0px 0px 40px 0px rgba(11, 202, 195, 0.5);*/
}

.btn-light:hover {
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    /*box-shadow: 0px 0px 40px 0px rgba(11, 202, 195, 0.5);*/
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown-toggle {
    border: none;
    color: #fff;
    height: 32px;
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    outline: 0;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    /*box-shadow: 0px 0px 40px 0px rgba(11, 202, 195, 0.5);*/
}

.select-home-page .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    padding-top: 0px;
}

.select-item .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    padding-top: 6px;
}

.select-home-page.show > .dropdown-toggle::after {
    transform: rotate(180deg);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
    background-position: left;

}

/*.dropdown-menu {*/
    /*max-height: 120px;*/
/*}*/

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    display: block;
    position: absolute;
    width: 50px;
    right: 35px;
    height: 79px;
    margin-left: 0;
    margin-top: 0;
    vertical-align: 0;
    content: "";
    border: none;
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown-menu {
    border-radius: 12px;
    padding: 0;

    border: none;
    position: absolute;
    z-index: 9;
}

.inner {
    background: #0bcac3;
    background-repeat: no-repeat;
}

.dropdown-item {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 25px;
    font-size: 15px;
    color: #fff;
    outline: 0;
}

.dropdown-item:hover {
    background: #0bb3ac;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    font-size: 17px;
    color: #fff;
    background: inherit;
}

.relative-one {
    position: relative;
}

.form-search {
    border: none;
    background: initial;
    font-weight: 400;
    padding: 0 13px 0 13px;
    font-size: 14px;
    font-style: italic;
    color: #a2a2a3;
}

.form-search::placeholder {
  color: #1ec6bd;
  opacity: 1;
}

.form-inline .form-search {
    width: 85%;
}

.form-search:focus {
    color: #a2a2a3;
    background: initial;
    border: none;
    outline: 0;
    box-shadow: none;
}

.top-menu-bar {
    margin-top: 12px;
    margin-right: 65px;
    margin-bottom: 20px;
}

.search-block {
    max-width: 315px;
    width: 125%;
    border: 1px solid #e0e1e0;
    height: 32px;
    padding-left: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

h3.tittle-section {
    padding-top: 35px;
    padding-bottom: 25px;
    font-size: 45px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.product-main:hover {
    box-shadow: 0px 30px 60px 0px rgba(2, 111, 108, 0.1);
    border-color: #fff;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.product-main:hover > p {
    color: #48d2cc;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
/*change home page*/
.product-main {
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    background: #fff;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
a.product-main-link{
    display: flex;
    max-width: 210px;
    width: 100%;
    text-decoration: none;
    margin: 5px;
}
/*change home page*/
.product-main > p {
    padding-top: 10px;
    font-weight: 500;
    font-size: 25px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.product-main > img{
    max-width: 100%;
    height: 120px;
}
.wr-section-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer {
    background-color: rgb(25, 27, 36);
    padding-top: 10px;
    padding-bottom: 40px;
}

.row-footer-wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.info-block-footer {
    max-width: 175px;
    width: 100%;
    margin-right: 20px;
}

.info-block-footer > h3 {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}

.info-block-footer > p {
    padding-top: 20px;
    color: #bcbdbe;
    font-size: 15px;
    font-weight: 400;
}

.form-footer {
    display: flex;
    max-width: 550px;
    width: 100%;
    height: 70px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
}

input.footer-email {
    width: 65%;
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 12px;
    border: none;
    outline: 0;
    background: initial;
}

.footer-email::placeholder {
    color: #646468;
    font-size: 17px;
}

input.button-subscribe {
    border: none;
    max-width: 200px;
    width: 35%;
    opacity: 0.99;
    border-radius: 12px;
    background-color: #1adcd7;
    color: #fff;
    outline: 0;
    font-size: 17px;
    box-shadow: 0px 14px 40px -17px rgba(24, 217, 212, 0.5);

}

.slide-main > h3 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.slick-initialized .slide-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;

}

.slide-main:focus {
    outline: 0;

}

.slide-main > p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: center;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #a7a7a9;
    font-style: italic;
    max-width: 600px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.slide-back-wr {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/back-slider.png");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 4% 50%;
}

.prev-prod {

}

.next-prod {

}

.prev, .prev-prod {
    fill: #C8C8C8;
    position: absolute;
    top: 50%;
    left: -100px;
    cursor: pointer;
    transform: rotate(180deg);
}

.next > svg:hover, .prev > svg:hover, .prev-prod > svg:hover, .next-prod > svg:hover, .next-clients > svg:hover, .prev-clients > svg:hover{
    fill: #0ccbc4;
}

.next, .next-prod {
    fill: #C8C8C8;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -100px;

}

.slide-back-wr {
    position: relative;
}

.wr-form-relative {
    width: 100%;
    position: relative;
}

.wr-form-home-page {
    position: absolute;
    z-index: 0;
    top: -30px;
    left: calc(50% - 215px);
}

.wr-form-home-page {
    background: #fff;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 25px;
    box-shadow: 0px 30px 60px 0px rgba(2, 111, 108, 0.1);
    border-radius: 12px;
}

h3.tittle-form {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}

p.text-form {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #bfbfc1;
}

.quick-quote-form input::placeholder, .quick-quote-form textarea::placeholder, .row-form-contact input::placeholder {
    color: #9ea0a2;
    font-size: 15px;
}

.quick-quote-form input, .quick-quote-form textarea, .row-form-contact input, .row-form-captcha input {
    margin-top: 14px;
    width: 100%;
    height: 42px;
    border-radius: 6px;
    outline: none;
    border: none;
    padding: 0 20px;
    background: #f3f6f8;
}

.contact-us-form input::placeholder, .contact-us-form textarea::placeholder, .row-form-contact input::placeholder {
    color: #9ea0a2;
    font-size: 15px;
}

.contact-us-form input, .contact-us-form textarea, .row-form-contact input, .row-form-captcha input {
    margin-top: 14px;
    width: 100%;
    height: 42px;
    border-radius: 6px;
    outline: none;
    border: none;
    padding: 0 20px;
    background: #f3f6f8;
}

.row-form-contact {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.row-form-contact > input {
    width: 48% !important;
}

.quick-quote-form textarea {
    padding-top: 20px;
    height: 100px;
    resize: none;
}

.quick-quote-form .input-set, .quick-quote-form .textarea-set {
    width: 49%;
}

.contact-us-form textarea {
    padding-top: 20px;
    height: 100px;
    resize: none;
}

.contact-us-form .input-set, .contact-us-form .textarea-set {
    width: 49%;
}

.contact-us-wr.c-h-page h3.tittle-form, .contact-us-wr.c-h-page .text-form {
    text-align: center;
}

.contact-us-wr.c-h-page .quick-quote-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.contact-us-wr.c-h-page .contact-us-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.contact-us-wr.c-h-page .wr-form-home-page.home-static {
    max-width: 930px;
}

.g-recaptcha > div {
    width: 235px;
}

.row-form-captcha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.row-form-captcha > input {
    font-size: 17px;
    color: #fff;
}

.row-form-captcha > input {
    height: 50px;
    background-image: -moz-linear-gradient(90deg, rgb(41, 237, 235) 0%, rgb(11, 202, 195) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(41, 237, 235) 0%, rgb(11, 202, 195) 100%);
    box-shadow: 0px 0px 40px 0px rgba(11, 202, 195, 0.5);
    max-width: 160px;
    width: 100%;
}

.block-media-social > a {
    margin: 0 7px;
}

.block-media-social > a:first-child {
    margin-left: 0;
}

.block-media-social > a:last-child {
    margin-right: 0;
}

.block-partner > a:last-child {
    margin-left: 60px;
}

.page-link-footer > a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin: 0 25px;
}

.page-link-footer > a:last-child {
    margin-right: 0;
}

h3.copyright {
    font-size: 15px;
    font-weight: 400;
    color: #a3a4a7;
}

.country-footer > a {
    color: #5e6066;
    text-decoration: none;
    margin: 0 15px;
}

.country-footer > a:hover {
    font-weight: 500;
    color: #0ccbc4;
}

.country-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country-footer > a:last-child {
    margin-right: 0;
}

.country-footer > a:first-child {
    margin-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}

.wr-col-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wr-captcha {
    max-width: 235px;
    width: 100%;
}

.wr-for-slide-button {
    border: 1px solid #f1f2f3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    width: 100%;
    margin: 0 auto 40px auto;
}

.main-clients-button {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    position: relative;
    cursor: pointer;
    margin: 10px 15px;
}

.wr-border-right {
    width: 1px;
    height: 56px;
    background-color: #f1f2f3;
    position: absolute;
    right: 0;
    display: none !important;
}

.main-clients-button > img {
    -webkit-filter: grayscale(100%) brightness(60%) contrast(10000000%);
    opacity: .5;
    height: 20px;
}
.main-clients-button:hover{
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 30px 60px 0px rgba(2, 111, 108, 0.1);
}
.main-clients-button:hover > img{
    -webkit-filter: none;
    opacity: 1;
}


.main-clients-button:first-child > .wr-border-right {
    display: none;
}


.slick-initialized .slick-slide {
    outline: none;
}

ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 0;
}

ul.slick-dots > li {
    display: inline-block;
    padding: 0 15px;
}

.main-dots, .main-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.main-dots > p, .main-dot > p {
    color: #d6d8d8;
    z-index: 0;
}

.progress-bar {
    margin-top: 7px;
    width: 65px;
    height: 2px;
    background: #d6d8d8;
}

ul.slick-dots > li.slick-active > .main-dots > p, ul.slick-dots > li.slick-active > .main-dot > p {
    color: #0ccbc4;
}

.main-dot.active > .progress-bar > .blue-progress {
    -webkit-transition: all 5000ms ease-out;
    -moz-transition: all 5000ms ease-out;
    -ms-transition: all 5000ms ease-out;
    -o-transition: all 5000ms ease-out;
    transition: all 5000ms ease-out;
}

.blue-progress {
    width: 0;
    height: 2px;
    background: #0ccbc4;

}

ul.dropdown-menu > li.active {
    display: none;
}

.dropdown {
    position: relative;
}

#map {
    width: 100vw;
    z-index: 0;
    height: 700px;
}

.custom-item.active > .nav-link {
    border-bottom: 3px solid #0ccbc4;
}

.gmnoprint {
    display: none;
}

.menu-popular-categories {
    overflow-y: auto;
    width: 100%;
    background: #eff4f6;
    position: absolute;
    display: none;
    top: 104px;
    height: calc(100vh - 85px);
    left: 0;
    padding: 15px 0;
}

.menu-popular-categories::-webkit-scrollbar, .inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 1px;
}
.back-hover{
    background: #eff4f6;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}
.menu-popular-categories::-webkit-scrollbar-thumb, .inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

.menu-popular-categories::-webkit-scrollbar-thumb:hover, .inner::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.prev-modal, .next-modal{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 20px;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
}
.prev-modal{
    left: 15px;
    top: calc(50% - 35px);
}
.next-modal{
    right: 15px;
    top: calc(50% - 35px);
}
.next-modal img{
    transform: rotate(180deg);
}
.inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 1px;
}

.inner::-webkit-scrollbar-thumb {
    background: #72b1af;
    border-radius: 2px;
}

.inner::-webkit-scrollbar-thumb:hover {
    background: #72b1af;
}

ul.block-menu {
    padding: 20px 0 0 0;
    margin: 0;
}

ul.block-menu > li {
    list-style-type: none;
    padding-top: 18px;
}

ul.block-menu > li.tittle-menu {
    padding-top: 0;
}

ul.block-menu > li.tittle-menu a {
    padding: 0;
    text-decoration: none;
    font-weight: 700;
    color: #0ccbc4;
    font-size: 17px;
}

ul.block-menu > li.tittle-menu p {
    padding: 0;
    text-decoration: none;
    font-weight: 700;
    color: #0ccbc4;
    font-size: 16px;
}

ul.block-menu > li a {
    color: #6a6c70;
    font-size: 14px;
}

ul.block-menu > li a:hover {
    color: #0ccbc4;
}

.main-menu-products {
    max-width: 160px;
    width: 100%;
    margin: 0 5px;
}

.product-row {
    display: flex;
    justify-content: space-between;
}

.main-categories {
    margin: 0 5px;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    max-width: 190px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 13px;
}
.abs-plus{
    position: absolute;
    right: 10px;
    top: 13px;
}
.abs-plus > svg:hover{
    fill: #0ccbc4;
}
.main-categories > picture {
    height: 100px;
}

a.main-categories {
    text-decoration: none;
}

.main-categories > p {
    padding-top: 8px;
    line-height: 17px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.wr-main-categories {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.slider-wr-categories > .relative-one > ul.slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

a.main-categories:focus {
    outline: none;
}

.slider-wr-categories > .relative-one > ul.slick-dots > li.slick-active > .main-dots > .progress-bar {
    background-color: #0ccbc4;
}

.navabr-back-wr {
    width: 100vw;
    height: 110px;
    position: fixed;
    display: block;
    top: 0;
    z-index: 10;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    position: absolute;
    top: 40px;
    right: 0;
}

.button:focus, .navbar-toggler {
    outline: none !important;
}

h3.tittle-contact {
    padding-bottom: 80px;
}

.c-h-page h3.tittle-section.tittle-contact {
    padding-bottom: 0px;
}

.c-h-page p.text-form {
    padding-bottom: 5px;
    padding-top: 5px;
}

.bs-searchbox {
    padding: 0;
    border-radius: 0;
}

.bs-searchbox .form-control {
    border: none;
    border-radius: 0;
    background: #fff;
    padding-left: 20px;
    color: #72b1af;
}

.navabr-back-wr {
    background: #f7f8f8;
}

.bootstrap-select .no-results {
    padding: 0 0 0 50px;
    margin: 0;
    background: #72b1af;
    color: #fff;
}

.form-control:focus {
    border: none;
    box-shadow: none;
}

.abs-icon {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
}

.main-menu-products {
    margin-bottom: 20px;
}

.navbar {
    position: static;
}

/*page-category*/
.body-new-page {
    padding-top: 90px;
}

.sub-menu {
    padding-top: 20px;
    padding-left: 0;
    margin: 0;
}

.sub-menu > li {
    display: inline-block;
    padding-right: 10px;
}

.sub-menu > li > a {
    display: flex;
    align-items: center;
    color: #89898c;
    text-decoration: none;
    font-weight: 400;
}

.sub-menu > li > a > img {
    margin-left: 10px;
}

.content-categories > h3 {
    padding-top: 30px;
    font-size: 35px;
    font-weight: 500;
    color: #000;
}

.landing-pages-content > .landing-pages-text {
    max-width: 1920px;
    width: 100%;
    padding-top: 30px;
    font-size: 17px;
    font-weight: 400;
    color: #7b7b7e;
    text-align:justify;
}

.content-categories > p {
    max-width: 700px;
    width: 100%;
    padding-top: 30px;
    font-size: 17px;
    font-weight: 400;
    color: #7b7b7e;
    text-align:justify;
}

.wr-tittle-categories {
    display: flex;
    justify-content: space-between;
}

.wr-block-category-item {
    padding-top: 20px;
    padding-bottom: 90px;
    background: #f3f6f8;
}

.tittle-item-block > h3 {
    font-weight: 500;
    font-size: 23px;
    margin-right: 20px;
}

.tittle-item-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0px;
}

.select-item {
    width: 200px;
}

.select-item > .bootstrap-select {
    max-width: 200px;
    width: 100%;
}

.select-item > .bootstrap-select > .btn {
    background: none !important;
    height: 50px;
    border-radius: 13px;
    border: 1px solid #dadddf;
    box-shadow: none !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #1ec6bd !important;
}

.select-item > .bootstrap-select .dropdown-menu > .inner > .dropdown-menu {
    border-radius: 13px;

}
.select-item > .bootstrap-select .dropdown-menu > .inner, .select-item > .bootstrap-select .dropdown-menu > .inner{
    border: 1px solid #dadddf;
    border-radius: 12px;
}
.select-item > .bootstrap-select .dropdown-menu > .inner, .select-item > .bootstrap-select .dropdown-menu > .inner > .inner{
    background: #f3f6f8;

}

.select-item .bootstrap-select .dropdown-menu li a {
    color: #1ec6bd;
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.select-item .bootstrap-select .dropdown-menu li a:hover {
    background: #dadddf;
}

.select-item .bootstrap-select .dropdown-toggle::after, .select-item .bootstrap-select .dropup .dropdown-toggle::after {
    background-image: url("../img/down-arrow-item-category.svg");
    right: 20px;
    border-left: none;
    width: 15px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.select-item .bootstrap-select.show .dropdown-toggle::after {
    transform: rotate(-180deg);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a.item-main > p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;

}

.item-main > .individual-product-listings > p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;

}

p.compare:hover {
    text-decoration: underline;
}

p.compare {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
    color: #a7a9ac;
}

a.item-main > h3 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.item-main > .individual-product-listings > h3 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

a.item-main > img {
    height: 135px;
}

.item-main > a > img {
    height: 135px;
}

.item-product-main-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

a.item-main {
    max-width: 202px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 13px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 25px 10px 5px 10px;
    position: relative;

}

div.item-main {
    max-width: 202px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 13px;
    padding-top: 15px;
    padding-bottom: 50px;
    margin: 25px 10px 5px 10px;
    position: relative;
}

.product-bottom-bar{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    font-weight: 600;
    padding: 2px 5px;
    color: #fff;
    border-radius: 0 0 13px 13px;
    font-size: 13px;
}

.item-main:hover {
    box-shadow: 0px 30px 60px 0px rgba(2, 111, 108, 0.1);
    text-decoration: none;
}

.abs-usually {
    position: absolute;
    top: -22px;
    left: -45px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
    z-index: 3;
}

.special {
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(219, 58, 58) 0%, rgb(243, 149, 58) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(219, 58, 58) 0%, rgb(243, 149, 58) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(219, 58, 58) 0%, rgb(243, 149, 58) 100%);
}

.best-sellers {
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(70, 204, 39) 0%, rgb(41, 237, 78) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(70, 204, 39) 0%, rgb(41, 237, 78) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(70, 204, 39) 0%, rgb(41, 237, 78) 100%);
}

.popular {
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
}

.new {
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(11, 101, 202) 1%, rgb(41, 133, 237) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(11, 101, 202) 1%, rgb(41, 133, 237) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(11, 101, 202) 1%, rgb(41, 133, 237) 100%);
}

.else {
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(204, 39, 175) 0%, rgb(230, 41, 237) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(204, 39, 175) 0%, rgb(230, 41, 237) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(204, 39, 175) 0%, rgb(230, 41, 237) 100%);
}

.six {
    border-radius: 12px;
    background-color: black;
}

.seven {
    border-radius: 12px;
    background-color: blueviolet;
}

.eight {
    border-radius: 12px;
    background-color: crimson;
}

.nine {
    border-radius: 12px;
    background-color: darkcyan;
}

.ten {
    border-radius: 12px;
    background-color: darkslategrey;
}

.eleven {
    border-radius: 12px;
    background-color: olive;
}

.twelve {
    border-radius: 12px;
    background-color: red;
}

.thirteen {
    border-radius: 12px;
    background-color: saddlebrown;
}

.fourteen {
    border-radius: 12px;
    background-color: seagreen;
}

.fifteen {
    border-radius: 12px;
    background-color: steelblue;
}

.aus-made {
    border-radius: 12px;
    background-color: gold;
}

.seventeen {
    border-radius: 12px;
    background-color: brown;
}

.eighteen {
    border-radius: 12px;
    background-color: cadetblue;
}

.nineteen {
    border-radius: 12px;
    background-color: cornflowerblue;
}

.twenty {
    border-radius: 12px;
    background-color: crimson;
}

.twentyone {
    border-radius: 12px;
    background-color: darkblue;
}


.contact-us-wr {
    padding-bottom: 50px;
}

.home-static {
    position: static;
}

/*all products*/
.tittle-all-products > h3 {
    font-size: 65px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.tittle-all-products > p {
    font-size: 17px;
    font-weight: 400;
    color: #5a5a5e;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.navabr-back-wr .container{
    position: relative;
}
.item-less-margin {
    margin: 25px 10px 0 10px;
    max-width: 202px;
}

/*Compare Products*/
.tittle-compare-products {
    padding-bottom: 40px;
}

.tittle-compare-products > h3 {
    font-weight: 500;
    font-size: 65px;
    color: #000;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 10px;
}

.tittle-compare-products > p {
    text-align: center;
    font-size: 17px;
    color: #5a5a5e;
    font-weight: 400;
}

.main-delivery {
    margin: 0;
    padding: 50px 0;
}

.info-delivery {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-delivery > p {
    font-size: 15px;
    font-weight: 400;
    color: #434347;
    max-width: 185px;
    margin-left: 25px;
}

.product-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.product-image > img {
    height: 300px;
}

.abs-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
}

.block-context {
    padding-top: 25px;
    padding-bottom: 30px;
    background: #fbfcfd;
}

.block-context, .tittle-compare-product {
    padding-left: 40px;
}

.tittle-compare-product {
    background: #f3f6f8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tittle-compare-product > a {
    font-size: 17px;
    font-weight: 500;
    color: #0ccbc4;
}

.tittle-compare-product > p {
    font-weight: 400;
    color: #838588;
    font-size: 15px;
    padding-top: 10px;
}

.block-context {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e4e6;
}

h3.tittle-context {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

p.text-context {
    padding-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #87888b;
}

.include-price {
    padding-top: 30px;
    display: flex;
    align-items: flex-start;

}

.include-price > img {
    margin-top: 3px;
}

.include-price > p {
    font-weight: 400;
    font-size: 15px;
    color: #96979a;
    margin-left: 15px;
    max-width: 220px;
    width: 100%;
}

.table-context {
    margin-top: 30px;
}

.table-context > thead > tr th {
    font-size: 15px;
    font-weight: 500;
    width: 80px;
    margin-right: 15px;
}

.table-context > tbody > tr td {
    width: 80px;
    color: #59595d;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}

.block-info-context {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.block-info-context > h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.block-info-context > p {
    font-size: 15px;
    font-weight: 400;
    color: #59595d;
    margin-left: 15px;

}

.select-all-product {

}

.line-p {
    font-size: 15px;
    font-weight: 400;
    color: #59595d;
    padding-top: 15px;
}

.description {
    color: #59595d;
    font-weight: 400;
    font-size: 15px;
    padding-top: 15px;
    max-width: 280px;
    width: 100%;
}

.last-context {
    border: none;
}

.compare-row {
    display: flex;
}

/*Page contact us*/
.page-contact-us {
    background: #f3f6f8;
}

.tittle-page-contact {
    padding-bottom: 30px;
    position: relative;
}

.tittle-page-contact > h3 {
    font-size: 65px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
    padding-bottom: 0;
}

.contact-data {
    margin-top: 30px;
}

.tittle-data {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.tittle-data > p {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    margin-left: 10px;
}

.phone {
    display: flex;
    flex-direction: column;
}

.contact-data > a {
    font-size: 17px;
    padding-top: 5px;
    font-weight: 400;
    color: #56575b;
    text-decoration: none;
    padding-left: 30px;

}

.phone > a {
    font-size: 17px;
    padding-top: 5px;
    font-weight: 400;
    color: #56575b;
    text-decoration: none;
    padding-left: 30px;

}

.wr-form-contact-us {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    left: auto;
    z-index: 1;
}

.row-form-country {
    align-items: flex-end;
}

.row-form-country > input {
    width: 31% !important;
}

.select-item-form {
    width: 30%;
}

.select-item-form > .bootstrap-select > .btn {
    height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    background: #f3f6f8 !important;
    border: none;
    color: #929497 !important;
    font-size: 15px;
    border-radius: 6px;
}

.select-item-form .bootstrap-select .dropdown-toggle::after, .select-item-form .bootstrap-select .dropup .dropdown-toggle::after {
    right: 10px;
    background-image: url("../img/down-arrow-1.svg");
}

.select-item-form > .bootstrap-select .dropdown-menu > .inner > .dropdown-menu {
    border-radius: 6px;
}

.select-item-form .dropdown-menu {
    border-radius: 6px;
}

.select-item-form .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #929497 !important;
}

.row-form-contact {
    align-items: flex-end;
}
.select-item-form{
    height: auto !important;
}
.select-item-form-50 {
    width: 48%;
}
.select-item-form-100{
    margin-top: 14px;
    width: 100%;
}
.select-item-form-100 > .bootstrap-select{
    max-width: 100%;
}
.center-row {
    align-items: center;
    margin-top: 14px;
}

input[type='file'] {
    display: none;
}

.center-row > input {
    margin-top: 0;
}

.row-form-contact > .custom-file-upload {
    width: 49%;
}

.row-form-contact > p {
    font-size: 14px;
    width: 48%;
    font-weight: 400;
    color: #89898c;
}

.custom-file-upload {
    height: 42px;
    border-radius: 6px;
    background: #f3f6f8;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    align-items: center;
}

.custom-file-upload > p {
    color: #929497;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
}

.body-product-wr {
    padding-top: 60px;
}

.tittle-product > h3 {
    font-weight: 500;
    font-size: 25px;
    color: #000;
}
.product-badget-wr{
    padding-top: 15px;
}
.product-badget-wr > p {
    color: #89898c;
    font-size: 15px;
    font-weight: 400;

}
.product-badget-wr{
    display: flex;
    align-items: center;
}
.product-badget-wr > img{
    margin-left: 15px;
}

.name-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-product > a {
    padding-left: 17px;
}

a.show-product {
    display: block;
    max-width: 120px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #0ccbc4;
}

.icon-product {
    display: flex;
    align-items: center;
}
.icon-product > a{
    display: flex;
    align-items: center;
}

.tabs-about-main {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-about-product {
    background: #f9f9f9;
}

.wr-about-product {
    padding-top: 90px;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav-about {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 14px;
}

.tab-about-link:hover {
    text-decoration: none;
    color: #0ccbc4;
}

.tab-about-link.active {
    border-bottom: 3px solid #0ccbc4;
    color: #0ccbc4;
    font-weight: 500;
}

.tab-about-link {
    padding: 0 15px 15px 15px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.wr-product-price {
    background: #f7f9fa;
    max-width: 515px;
    width: 100%;
    padding: 40px 30px;
}

.tittle-tab {
    padding-top: 30px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 15px;
}

.text-tab {
    padding-top: 10px;
    color: #58585c;
    font-size: 15px;
    font-weight: 400;
}

.wr-form-product-page {
    position: static;
    margin: 0;
}

.wr-product-price > h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.tab-price-link.active {
    color: #fff !important;
    border-radius: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(11, 202, 195) 0%, rgb(41, 237, 235) 100%);
    -webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    -ms-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
}

.tab-price-link:hover {
    text-decoration: none;
}

.tab-price-link {
    -webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    -ms-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
    color: #58585c !important;
    font-weight: 400;
    font-size: 15px;
    padding: 23px 15px;
}

.nav-price-link {
    height: 100%;
    padding: 20px 0;
}

.tabs-price-main {
    padding-top: 40px;
}

.nav-price {
    width: 99%;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}

.wr-product-option {
    padding-bottom: 60px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.tittle-price:first-child {
    border-bottom: 1px solid #e0e2e3;

}

.tittle-price:last-child {
    padding-top: 10px;
}

.tittle-price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;
    padding-bottom: 10px;

}

.tittle-price > li {
    width: 50px;
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.wr-slider-image{
    max-width: 520px;
    width: 100%;
}

.image-product-scroll.border-slide{
    border: 2px solid #0ccbc4;
    box-sizing: border-box;
    height: 70px !important;
}

li.first-price {
    justify-content: flex-start;
    color: #78797c;
    font-weight: 500;
}

.price-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-price-text {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.main-price-text > p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
}

.image-main {
    max-width: 520px;
    max-height: 500px;
    width: 100%;

}

.image-product-scroll.slick-current {
    border: 2px solid #0ccbc4;
    box-sizing: border-box;
    height: 70px !important;
}

.image-product-scroll {
    padding: 10px 0;
    margin: 0 3px;
    width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.wr-slider-product .slick-slide {
    display: flex;
}

.wr-slider-product {
    padding-top: 40px;
}

.wr-slider-product-slide {
    padding-top: 70px;
    padding-bottom: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #0ccbc4;
}
.tittle-prod-slide {
    text-align: center;
    font-size: 45px;
    color: #000;
    font-weight: 400;
    padding-bottom: 25px;
}

.slide-prod-page .slick-slide {
    display: flex;
}

.slide-prod-page .slick-list .slick-track > .item-main:hover {
    box-shadow: none;
}

.next-prod {
    right: -25px;
}

.prev-prod {
    left: -25px;
}

.delivery-product-page {
    margin-top: 30px;
    display: flex;
    /*justify-content: space-between;*/
}

.info-delivery-product {
    padding: 5px 0;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.info-delivery-product > p {
    font-size: 13px;
    font-weight: 400;
    color: #434347;
    max-width: 185px;
    margin-left: 10px;
    margin-right: 30px;
}
.contact-us-map {
    height: 600px;
    width: 100%;
    background: url("../img/map-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wr-for-slide-button .slick-slide{
    display: flex;
}
.wr-arrows-clients{
    position: relative;
}
.prev-clients {
    fill: #C8C8C8;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    transform: rotate(180deg);
    cursor: pointer;
}
.next-clients{
    fill: #C8C8C8;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    cursor: pointer;

}
.left-arrows , .right-arrows{
    height: 70px;
    width: 25px;
    background: rgb(0,0,0);
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.left-arrows:hover , .right-arrows:hover{
    opacity: 0.7;
}
.slick-track{

}
.left-arrows{
    position: absolute;
    left: 0;
    top: 40px;
}
.right-arrows{
    position: absolute;
    right: 0;
    top: 40px;
}
.right-arrows > img{
    transform: rotate(180deg);
}
.wr-arrows-slider-porduct{
    position: relative;
}
.modal-dialog{
    max-width: 800px;
}
.modal-content{
    position: relative;
    margin: 0 15px;
}
.modal-image{
    height: 650px;
    width: 100%;
    padding: 50px;
    background: #ffffff;
    border-radius: 8px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-image > img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.image-main{
    cursor: pointer;
}
.wr-image-product{
    position: relative;

}
.image-main .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-img-box:hover > .zoom-main{
    opacity: 0.7;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.zoom-main{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #000000;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 1;
}

.back-div-mobile {
    display: none;
}


@media (min-width: 1920px) {
    .inner {
        max-height: 210px !important;
    }

    h3.tittle-home-page {
        margin-top: -90px;
    }
}

@media (min-width: 1500px) {
    .inner {
        max-height: 175px;
    }

    h3.tittle-home-page {
        margin-top: -90px;
    }
}

@media (min-width: 1200px) {
    .main-categories{
        max-width: 170px;
    }
}



@media (max-width: 1200px) {
    /*.dropdown-menu {*/
        /*max-height: 150px;*/
    /*}*/
    a.item-main{
        max-width: 212px;
    }

    div.item-main{
        max-width: 212px;
    }
    .wr-slider-product{
        max-width: 420px;
    }
    .tab-price-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wr-slider-image {
        max-width: 470px;
        width: 100%;
    }

    .image-main {
        max-width: 420px;
        width: 100% !important;
    }

    .item-main {
        max-width: 156px;
    }

    /*categories page end*/
    /*all products*/
    .item-less-margin {
        max-width: 166px;
    }

    .main-categories {
        max-width: 175px;
    }

    .block-media-social > a {
        margin: 0 3px;
    }

    .country-footer > a {
        margin: 0 10px;
    }

    /*.product-main {*/
        /*max-width: 200px;*/
    /*}*/
    /*change home page*/
    a.product-main-link{
        max-width: 220px;
    }
    /*change home page*/
    .wr-main-categories {
        justify-content: flex-start;
    }

    .main-menu-products {
        max-width: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 4px;
    }

    .navbar-nav {
        margin: 0;
    }
    h3.tittle-home-page{
        line-height: 52px;
        font-size: 49px;
    }

    .tab-about-link.active {
        border-bottom: 0px;
        color: #0ccbc4;
        font-weight: 500;
    }

}

@media (min-width: 992px) and (max-width: 1368px) {
    h3.tittle-home-page {
        margin-top: -145px;
    }
    h3.tittle-home-page{
        line-height: 52px;
        font-size: 49px;
    }
}

.nav-link > svg {
    display: none;
}

@media (max-width: 991px) {

    /*temporary for COVID */
/*   .navabr-back-wr {
       height: 160px;
   }*/

   /*temporary for COVID */
/*   a.item-main {
       max-width: 210px;
   }*/

    .top-menu-bar {
        display: none;
    }

    div.item-main {
        max-width: 210px;
    }
    h3.tittle-home-page{
        margin-top: -70px;
    }
    .next-clients{
        right: 0;
    }
    .prev-clients{
        left: 0;
    }
    .contact-us-map{
        height: 850px;
    }
    .delivery-product-page {
        flex-direction: column;
    }

    .info-delivery-product > p {
        max-width: 100%;
    }

    .info-delivery-product {
        padding: 5px;
    }

    .info-delivery-product {
        margin: 5px 0;
    }

    .wr-product-option {
        flex-direction: column;
        align-items: center;
    }

    .wr-product-price {
        max-width: 100%;
        margin-top: 20px;
    }

    .wr-form-contact-us {
        position: absolute;
        top: 99%;
        left: calc(50% - 215px);

    }



    .description {
        max-width: 190px;
    }

    .tittle-compare-products > h3 {
        padding-top: 40px;
    }

    .block-info-context > p {
        margin-left: 10px;
    }

    .block-context, .tittle-compare-product {
        padding-left: 15px;
    }

    .info-delivery > p {
        margin-left: 16px;
    }

    .main-delivery {
        align-items: center;
    }

    /*Compare Page*/
    .content-categories > h3 {
        padding-top: 30px;
    }

    .content-categories > p {
        padding-top: 20px;
    }

    .wr-tittle-categories {
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .item-main {
        max-width: 198px;
    }

    .item-product-main-wr {
        justify-content: flex-start;
    }

    /*categories page end*/
    .item-less-margin {
        max-width: 210px;
    }

    .custom-item.active > .nav-link {
        border-bottom: none;
    }

    .custom-item > .nav-link > svg {
        fill: #000;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        display: block;
        margin-left: 10px;
    }

    .custom-item.active > .nav-link > svg {
        fill: #0ccbc4;
        transform: rotate(-180deg);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
    }

    .main-menu-products {
        max-width: 80%;
    }

    ul.block-menu > li {
        padding-top: 10px;
    }

    .main-categories > picture {
        max-width: 85%;
    }

    .main-categories {
        max-width: 150px;
        padding: 30px 5px 20px 5px;
        margin: 10px 10px;
        justify-content: space-between;
    }

    li.nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .collapse.show {

    }

    .collapse {

    }

    .menu-popular-categories {
        position: static;
        display: none;
    }

    .custom-item.active > .menu-popular-categories {
        display: block;
        height: auto;
    }

    .abs-icon {
        display: block;
        right: 0px;
        top: 10px;
        z-index: 999;
    }

    ul.navbar-nav {
        display: flex;
        align-items: center;
    }

    .search-block {
        margin: 0 auto;
    }

    .navbar-collapse-header {
        position: fixed;
        height: 85%;
        overflow-y: scroll;
        width: 100vw;
        left: 0;
        top: 100px;
        margin: 0 auto;
    }

    .mb-2, .my-2 {
        margin-top: -1px !important;
        margin-bottom: 0 !important;
    }

    .back-div-mobile {
        padding-bottom: 30px;
        display: block;
    }

    ul.navbar-nav, .back-div-mobile {
        background: #f7f8f8;
    }

    .nav-item > .nav-link {
        height: 60px;
    }

    .search-block {
        max-width: 50%;
    }

    .wr-section-product {
        justify-content: flex-start;
    }

    .slider-home-page {
        background-position: 40%;
    }

    .main-clients-button > img {
        max-width: 60%;
    }

    .next {
        right: -35px;
    }

    .prev {
        left: -35px;
    }

    .page-link-footer > a {
        margin: 0 10px;
    }

    .block-partner > a > img {
        height: 40px;
    }

    .block-partner > a:last-child {
        margin-left: 20px;
    }

    .form-footer {
        height: 55px;
    }

    .block-media-social > a > img {
        height: 30px;
    }

    .row-footer-wr > .col-md-3 {
        margin-right: 15px;
    }

    h3.copyright {
        font-size: 14px;
    }

    .country-footer > a {
        margin: 0 5px;
        font-size: 13px;
    }

    h3.tittle-home-page {
        font-size: 45px;
        line-height: 46px;
    }

    .product-row {
        padding: 0 15px;
    }

    .navbar {
        position: static;
    }

    li.nav-price-link {
        width: auto;
        display: block;
        flex-direction: row;
    }

    .nav-about > li {
        width: auto;
        display: block;
        flex-direction: row;
    }

    .tittle-product > h3 {
        font-size: 20px;
    }

    .select-all-product {
        padding-bottom: 0px;
    }
    .wr-slider-product{
        max-width: 100%;
    }
    .image-main {
        max-width: 100%;
        width: 100% !important;
    }
    .wr-slider-image {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .remove-banner-on-mobile {
        display: none;
    }

    .tittle-section {
        margin-top: 65px;
    }

    a.item-main {
        max-width: 235px;
    }

    div.item-main {
        max-width: 235px;
    }
    .tabs-about-main {
        padding-right: 0;
    }

    .info-delivery-product > p {
        margin-left: 20px;
    }

    .tittle-page-contact > h3 {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .contact-data {
        margin-top: 15px;
    }

    .main-delivery {
        padding: 10px 0;
    }

    .info-delivery {
        margin-top: 20px;
    }

    .info-delivery > p {
        max-width: 100%;
    }

    .include-price > p, .description {
        max-width: 100%;
    }

    .tittle-compare-products > h3 {
        font-size: 40px;
    }

    .tittle-compare-products {
        padding-bottom: 0px;
    }

    .compare-row {
        flex-direction: column;
    }

    .main-product-compare {
        margin-top: 40px;
    }

    .content-categories > h3 {
        font-size: 45px;
    }

    .content-categories > p {
        font-size: 15px;
    }

    .item-product-main-wr {
        justify-content: flex-start;
    }

    .item-main {
        max-width: 225px;
    }

    .item-less-margin {
        max-width: 235px;
    }

    .tittle-all-products > h3 {
        font-size: 45px;
    }

    .tittle-all-products > p {
        font-size: 15px;
    }

    /*categories page end*/
    .wr-section-product {
        justify-content: space-between;
    }

    .row-footer-wr {
        flex-direction: column;
        align-items: flex-start;
    }

    .wr-col-footer {
        margin-top: 30px;
    }

    .block-media-social > a > img {
        height: 45px;
    }

    .block-media-social > a {
        margin: 0 20px;
    }

    .country-footer {
        margin-top: 10px;
    }

    .country-footer > a {
        margin: 0 4px;
    }

    input.footer-email {
        padding-left: 20px;
    }

    .wr-main-categories {
        justify-content: space-between;
    }

    .slide-back-wr {
        max-width: 440px;
    }

    .slide-main > p {
        max-width: 400px;
    }

    .wr-about-product {
        padding-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .wr-form-product-page {
        margin-top: 40px;
    }

    .tittle-prod-slide {
        font-size: 25px;
        padding-bottom: 0;
    }

    .name-product {
        flex-direction: column;
        align-items: center;
    }

    .icon-product {
        margin-top: 20px;
        justify-content: center;
    }

    a.show-product {
        max-width: 100%;
    }
    .icon-product > a:first-child{
        padding-left: 0;
    }
    /*.dropdown-menu {*/
        /*max-height: 130px;*/
    /*}*/
    .modal-image{
        height: 400px;
    }
    .tr-widget {
        display: none;
    }
}

@media (max-width: 576px) {
    .remove-banner-on-mobile {
        display: none;
    }

    .tittle-section {
        margin-top: 65px;
    }

    .modal-image{
        padding: 5px;
    }
    .modal-content{
        margin: 0;
    }
    .tittle-page-contact > h3 {
        font-size: 40px;
    }

    .tittle-data > p {
        font-size: 17px;
    }

    .contact-data > a {
        font-size: 14px;
    }

    .tittle-data {
        padding-bottom: 5px;
    }

    .wr-form-contact-us {
        margin: 20px auto 0 auto;
    }

    .row-form-contact > .custom-file-upload {
        width: 100%;
    }

    .row-form-contact > p {

        width: 100%;
        padding-top: 14px;
    }

    .select-item-form > .bootstrap-select > .btn {
        width: 100%;
        margin-top: 14px;
    }

    .select-item-form {
        width: 100%;
    }

    .select-item-form > .bootstrap-select {
        max-width: 100%;
    }

    /*Contact US*/
    .content-categories {
        margin: 0 auto;
    }

    .tittle-item-block {
        flex-direction: column;
        align-items: center;
    }

    .tittle-item-block > h3 {
        margin-right: 0;
        padding-bottom: 20px;
    }

    .item-product-main-wr {
        justify-content: center;
    }

    .wr-block-category-item {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .tittle-item-block {
        padding-bottom: 0;
    }

    .wr-tittle-categories {
        flex-direction: column;
    }

    .content-categories > h3 {
        text-align: center;
    }

    .content-categories > p {
        text-align: center;
    }

    .row-footer-wr:first-child {
        margin-top: 0;
    }

    .select-all-product {
        margin: 0 auto;
    }

    .tittle-all-products > h3 {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .tittle-all-products > p {
        padding-bottom: 20px;
    }

    /*categories page end*/
    .search-block {
        max-width: 90%;
    }

    .wr-section-product {
        justify-content: center;
    }

    .wr-main-categories {
        justify-content: center;
    }

    .country-footer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .slide-back-wr {
        max-width: 280px;
    }

    .slide-main > h3 {
        font-size: 20px;
    }

    .slide-main > p {
        max-width: 280px;
        font-size: 14px;
        padding-top: 15px;
    }

    .prev, .next {
        top: 46%;
    }

    .next {
        right: -20px;
    }

    .prev {
        left: -20px;
    }

    .wr-for-slide-button {
        margin-bottom: 40px;
    }

    .wr-form-home-page {
        padding: 30px 20px;
        position: static;
        background: #fff;
    }

    h3.tittle-home-page {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
        max-width: 100%;
    }

    .select-home-page {
        max-width: 100%;
    }

    .row-footer-wr > .col-md-3 {
        margin: 0;
    }

    .wr-col-footer {
        flex-direction: column;
    }

    .row-footer-wr:last-child {
        flex-direction: column-reverse;
    }

    .country-footer {
        justify-content: center;
    }

    .country-footer > a {
        margin: 5px 4px;
    }

    .country-footer {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    h3.copyright {
        text-align: center;
    }

    .wr-col-footer {
        margin-top: 20px;
    }

    .page-link-footer {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .page-link-footer > a:last-child {
        margin: 0 10px;
    }

    .block-media-social > a {
        margin: 0 10px;
    }

    .block-media-social {
        display: flex;
        justify-content: center;
    }

    .info-block-footer {
        margin-right: 0;
        text-align: center;
    }

    .form-footer {
        margin-top: 20px;
    }

    footer {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .dropdown-toggle {
        padding-left: 20px;
    }

    .dropdown-item {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .dropdown-item:hover{
        font-size: 13px;
    }

    h3.tittle-section {
        font-size: 35px;
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .product-main > p {
        font-size: 20px;
    }

    .main-clients-button {
        height: 70px;

    }

    .wr-border-right {
        height: 30px;
    }

    .row-form-contact {
        flex-direction: column;
    }

    .row-form-contact > input {
        width: 100% !important;
    }

    #map {
        display: none;
    }

    .wr-form-relative {
        max-width: 100%;
        padding: 0 15px;
    }

    .dropdown-toggle .dropdown-menu {
        max-width: 100%;
    }

    .bs-searchbox .form-control, .bootstrap-select .no-results {
        padding-left: 20px;
    }

    .nav-item > .nav-link {
        height: 50px;
    }

    .main-menu-products {
        max-width: 100%;
    }

    .abs-icon {
        top: 10px;
        right: 15px;
    }

    .main-categories {
        max-width: 126px;
    }

    ul.block-menu > li {
        padding-top: 5px;
    }

    a.logo {
        margin-top: 20px;
    }

    .product-main > img {
        height: 70px;
    }

    /*.product-main {*/
        /*max-width: 143px;*/
    /*}*/
    /*change home page*/
    a.product-main-link{
        max-width: 143px;
    }
    /*change home page*/

    .body-product-wr {
        padding-top: 30px;
    }

    .name-product {
        align-items: flex-start;
    }

    .tittle-price > li {
        width: auto;
        font-size: 13px;
    }

    .price-block {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .nav-price {
        width: 100%;
        border: none;
        justify-content: center;
    }

    .main-delivery {
        padding-bottom: 20px;
    }

    .wr-slider-product .slick-list .slick-track {
    }

    .wr-slider-product .slick-list {

        padding: 0 !important;
    }

    .next-prod {
        right: 0;
    }

    .prev-prod {
        left: 0;
    }
    .wr-for-slide-button{
        max-width: 85%;
    }

}

@media (max-width: 400px) {
    .wr-product-price {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 350px) {
    .block-partner > a > img {
        height: 35px;
    }

    .slide-back-wr {
        max-width: 250px;
    }

    .slide-main > p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dropdown-toggle::after, .dropup .dropdown-toggle::after {
        width: 35px;
        right: 15px;
    }

    .slider-home-page {
        align-items: flex-start;
    }

    h3.tittle-home-page {
        margin-top: 0px;
        padding-top: 35px;
    }

    .navbar-brand > img {
        height: 70px;
    }

    .tab-about-link {
        font-size: 14px;
    }

    .item-less-margin {
        max-width: 280px;
    }
}
#main-img-box > img{
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}
#main-img-box {
    position: relative;
    width: 97%;
    height: 400px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
}
.extra-product-thumbs {
    width: 100%;
    height: 72px;
    position: relative;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.extra-product-thumbs ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    white-space: nowrap;
    float: none;
    display: inline;
}
.extra-product-thumbs ul li {
    display: inline-block;
    position: relative;
    height: 70px;
    max-width: 100%;
    min-width: 60px;
    padding: 4px 6px;
    border: 2px solid #ffffff;

    margin: 0 0.5%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.extra-product-thumbs ul li.active-thumb{
    border: 2px solid #0ccbc4;
}
.extra-product-thumbs ul li img {
    display: flex;
    vertical-align: middle;
    max-height: 60px;
    max-width: 70px;
    align-items: center;
    justify-content: center;
}
#product-page #main-img-box {
    position: relative;
    width: 97%;
    height: 400px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    background: #fff;
}
#product-page #main-img-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 400px;
    cursor: pointer;
}
.extra-thumb-nav {
    height: 70px;
    width: 20px;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
    z-index: 0;
}
.extra-controls {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.thumb-fader {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 90;
    height: 100%;
}
.extra-prev-controls {
    left: 0;
}
.extra-next-controls {
    right: 0;
}
.extra-thumb-next > img {
    transform: rotate(180deg);
}
.extra-thumb-next, .extra-thumb-prev{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 575px){
    #main-img-box{
        height: 330px;
    }
    .modal-image {
        height: 350px;
    }
}

.grecaptcha-badge {
    display: none;
}

#social-links ul li a,
.share-to-email {
    color: #000;
    font-size: 23px !important;
    text-decoration: none;
}

#social-links ul li a:hover,
.share-to-email:hover {
    text-decoration: none;
    color: #000;
}

#social-links ul li {
    list-style: none;
    padding-left: 17px;
    display: inline-block;
}

#social-links ul {
    padding-left: 0;
    margin: 0;
}

a.individual-product-listings {
    text-decoration: none;
}

.popular-categories-wrap {
    position: relative;
    margin: 0 -10px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.popular-categories-slider-prev {
    position: absolute;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    background-color: #eee;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    left: 0;
    margin-left: -27px;
}
.popular-categories-slider-prev svg {
    width: 13px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 3px;
    height: auto;
}
.popular-categories-slider-prev svg path {
    fill: #2b2727;
}
.popular-categories-slider-prev:hover {
    background-color: #2b2727;
    border-color: #2b2727;
}
.popular-categories-slider-prev:hover svg path {
    fill: #fff;
}
.popular-categories-slider-next {
    position: absolute;
    z-index: 3;
    width: 40px;
    margin-top: -20px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    background-color: #eee;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50%;
    cursor: pointer;
    right: 0;
    margin-right: -27px;
}
.popular-categories-slider-next svg {
    width: 13px;
    height: auto;
    margin-left: 3px;
}
.popular-categories-slider-next svg path {
    fill: #2b2727;
}
.popular-categories-slider-next:hover {
    background-color: #2b2727;
    border-color: #2b2727;
}
.popular-categories-slider-next:hover svg path {
    fill: #fff;
}
.popular-categories-slide {
    padding: 0 5px;
}
.popular-categories-item {
    width: 200px;
    height: 200px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}
.popular-categories-item a {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.popular-categories-item .title {
    position: absolute;
    text-align: left;
    font-weight: 600;
    z-index: 2;
    left: 0;
    top: 15px;
    background-color: #292929;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 17px;
    line-height: 1;
}
.popular-categories-item img {
    max-width: 125%;
    max-height: 125%;
    width: auto;
    height: 200px;
}
.popular-categories-item:hover {
    border-color: #ec1c24;
}
.popular-products-wrap {
    position: relative;
    margin: 0 -10px;
    margin-top: 30px;
}
.popular-products-slider-prev {
    position: absolute;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    background-color: #eee;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    left: 0;
    margin-left: -60px;
}
.popular-products-slider-prev svg {
    width: 13px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 3px;
    height: auto;
}
.popular-products-slider-prev svg path {
    fill: #2b2727;
}
.popular-products-slider-prev:hover {
    background-color: #2b2727;
    border-color: #2b2727;
}
.popular-products-slider-prev:hover svg path {
    fill: #fff;
}
.popular-products-slider-next {
    position: absolute;
    z-index: 3;
    width: 40px;
    margin-top: -20px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    background-color: #eee;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50%;
    cursor: pointer;
    right: 0;
    margin-right: -60px;
}
.popular-products-slider-next svg {
    width: 13px;
    height: auto;
    margin-left: 3px;
}
.popular-products-slider-next svg path {
    fill: #2b2727;
}
.popular-products-slider-next:hover {
    background-color: #2b2727;
    border-color: #2b2727;
}
.popular-products-slider-next:hover svg path {
    fill: #fff;
}
.popular-products-slide {
    padding: 5px;
}
.popular-products-item {
    width: 100%;
    height: 308px;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .01);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .01);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .01);
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.popular-products-item a {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.popular-products-item p {
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2em;
    color: #353534;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.popular-products-item:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
}
.popular-products-item:hover p {
    color: #ec1c24;
}
.popular-products-home .popular-products-item p {
    font-weight: 700;
}
.popular-products-item-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    padding-top: 15px;
}
.popular-products-item-image img {
    max-width: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
@media (max-width:1200px) {
    .popular-categories-wrap {
        padding: 0 20px;
    }
    .popular-products-wrap {
        padding: 0 20px;
    }
}
@media (max-width:450px) {
    .popular-categories-item .title {
        font-size: 12px;
        padding: 7px 15px;
    }
    .popular-categories-item {
        height: 150px;
    }
    .popular-categories-wrap {
        margin-top: 30px;
    }
    .popular-products-item p {
        font-size: 10px;
    }
    .popular-products-item {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
    }
    .popular-products-item-image {
        padding: 20px;
        height: 80px;
    }
}

.item-main:hover {
    -webkit-box-shadow: 0 5px 7px 3px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 7px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 7px 3px rgba(0, 0, 0, .1);
}
.categories-item-image {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}
.categories-item-image a img {
    max-height: 135px;
    height: auto;
    position: relative;
    z-index: 1;
    width: 135px;
}
.categories-item-hover {
    position: absolute;
    border: 8px solid #818181;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    width: 350px;
    min-height: 370px;
    visibility: hidden;
    opacity: 0;
    z-index: 25;
}
.categories-item-hover p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    margin-top: 5px ;
}
.box-pointer-hidden {
    visibility: visible;
    opacity: 1;
}
.categories-item-hover-image {
    width: 100%;
    height: 220px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.categories-item-hover-image img {
    max-width: 125%;
    max-height: 125%;
    width: auto;
    height: auto;
}
#files-area{
    width: 100%;
    margin: 0 auto;
}
.file-block{
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    & > span.name{
        padding-right: 10px;
        width: max-content;
        display: inline-flex;
    }
}
.file-delete{
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
    &:hover{
        background-color: rgba(144, 163, 203, 0.2);
        border-radius: 10px;
    }
    & > span{
        transform: rotate(45deg);
    }
}

#social-links ul li a {
    display: flex;
}

#social-links {
    height: 20px;
}